Page Navigation details
26
Page Navigation details and add Last Refresh table to see the last refresh time in the dashboard .
- Click on View from the menu bar and select Bookmarks
- Click on add to create your navigation icon names as shown in the GIF below.
- Select on each icon and change the "Type" and "Bookmark" respectively under Action as shown in the GIF.
Note: You should be able to navigate to all pages because this function allow you to access all visuals.

when you are done putting all these together, you should be able to navigate to the various pages using your icons with holding CTRL+ click will navigate to the next page.
Create
the LastRefresh table.
•Go to Home -> Get Data –-> Blank Query
•Go to power query editor -> Home –> Advanced Editor and
replace the below code in the window with this:
let
Source = #table(type table[LastRefresh=datetime],
{{DateTime.LocalNow()}})
in
Source
•Click on Done and rename the query “LastRefresh”
•Click on Close & Apply. Follow the screen shots below.


After that add a score card, set the score card as shown in the screenshot below.

It should look as the image below.

Learn how to add bookmarks in power bi reports:
https://insightsoftware.com/blog/how-to-create-a-bookmark-in-power-bi/
Page Navigation details
26
Page Navigation details and add Last Refresh table to see the last refresh time in the dashboard .
- Click on View from the menu bar and select Bookmarks
- Click on add to create your navigation icon names as shown in the GIF below.
- Select on each icon and change the "Type" and "Bookmark" respectively under Action as shown in the GIF.
Note: You should be able to navigate to all pages because this function allow you to access all visuals.

when you are done putting all these together, you should be able to navigate to the various pages using your icons with holding CTRL+ click will navigate to the next page.
Create
the LastRefresh table.
•Go to Home -> Get Data –-> Blank Query
•Go to power query editor -> Home –> Advanced Editor and
replace the below code in the window with this:
let
Source = #table(type table[LastRefresh=datetime],
{{DateTime.LocalNow()}})
in
Source
•Click on Done and rename the query “LastRefresh”
•Click on Close & Apply. Follow the screen shots below.


After that add a score card, set the score card as shown in the screenshot below.

It should look as the image below.

Learn how to add bookmarks in power bi reports:
https://insightsoftware.com/blog/how-to-create-a-bookmark-in-power-bi/